home *** CD-ROM | disk | FTP | other *** search
- on DemoOnly SSprite, TheLoc, PrevLoc
- global TheSprite
- beep()
- puppetSprite(SSprite, 1)
- set the locH of sprite SSprite to TheLoc
- updateStage()
- repeat while the mouseDown
- updateStage()
- end repeat
- set STIcks to the ticks
- repeat while not (the mouseDown) and ((the ticks - STIcks) < (60 * 3)) and not rollOver(9)
- rollOvers()
- end repeat
- set the locH of sprite SSprite to PrevLoc
- puppetSprite(SSprite, 0)
- updateStage()
- end
-